projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7da7ec
)
; * lisp/select.el (xselect--encode-string): Fix a thinko.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 22 Jun 2019 09:38:05 +0000
(12:38 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 22 Jun 2019 09:38:05 +0000
(12:38 +0300)
lisp/select.el
patch
|
blob
|
history
diff --git
a/lisp/select.el
b/lisp/select.el
index 935ad10cbf33a7dd149470db15ba250ff6409dbf..59bcf7da664dac149c6051d96f0bdff51de95d49 100644
(file)
--- a/
lisp/select.el
+++ b/
lisp/select.el
@@
-485,7
+485,7
@@
two markers or an overlay. Otherwise, it is nil."
;; are eight-bit and ensure they are converted to their
;; single-byte representation.
(or (null (multibyte-string-p str))
- (setq str (encode-coding-string
'raw-text-unix str
))))
+ (setq str (encode-coding-string
str 'raw-text-unix
))))
(t
(error "Unknown selection type: %S" type)))))